home *** CD-ROM | disk | FTP | other *** search
- <?
- // *******************************************************************
- // include/config.php
- // *******************************************************************
-
- // *******************************************************************
- // MySQL Connection Information
- // *******************************************************************
-
- // MySQL server hostname
- $dbhost = "db96.puretec.de";
-
- // MySQL server username
- $dbuser = "p8198083";
-
- // MySQL server password
- $dbpasswd = "asczAdHV";
-
- // MySQL database name
- $dbname = "db66143785";
-
- // *******************************************************************
- // phpLinks Language
- // *******************************************************************
-
- $language = "german";
-
- // *******************************************************************
- // MySQL Table Names
- // *******************************************************************
-
- $tb_categories = "categories";
- $tb_links = "links";
- $tb_settings = "settings";
- $tb_temp = "temp";
- $tb_related = "related";
- $tb_terms = "terms";
- $tb_reviews = "reviews";
- $tb_specs = "specs";
- $tb_sessions = "sessions";
-
- // *******************************************************************
- // Other Settings
- // These will be moved into the 'settings db' on major releases
- // *******************************************************************
-
- // These are default values you can set to prefill the blanks
- // when you manually add a site from admin. Can be blank as well.
- $prefill_email = "user@email.com";
- $prefill_username = "username";
- $prefill_password = "password";
- $prefill_hint = "hint";
-
- ?>
-